跳到主要内容

Get And Update DzoCoin

You can update your DzoCoin when it has changed by registering callback:

    SDKAPI.RegisCallbackUpdateDzoCoin((_result)=>{
Debug.Log("Update DzoCoin: " + _result.strValueFormatted);
});